projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3bcca7
)
(Info-build-node-completions): Add '("*") to the
author
Gerd Moellmann
<gerd@gnu.org>
Mon, 25 Oct 1999 13:31:08 +0000
(13:31 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Mon, 25 Oct 1999 13:31:08 +0000
(13:31 +0000)
completion list.
lisp/info.el
patch
|
blob
|
history
diff --git
a/lisp/info.el
b/lisp/info.el
index 0d381ab6976faba729cd2226792ea16622dd9f89..c48e2800cf3a9085328d4cb74febd15048a3f896 100644
(file)
--- a/
lisp/info.el
+++ b/
lisp/info.el
@@
-982,6
+982,7
@@
If FORK is a string, it is the name to use for the new buffer."
(cons (list (buffer-substring (match-beginning 1)
(match-end 1)))
compl))))))))
+ (setq compl (cons '("*") compl))
(setq Info-current-file-completions compl))))
\f
(defun Info-restore-point (hl)